CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - graph opencv

搜索资源列表

  1. MyGC.rar

    0下载:
  2. 基于opencv框架下的graph cuts算法实现,Opencv based on the framework of graph cuts algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:78575
    • 提供者:muying
  1. GraphSegment.rar

    0下载:
  2. 基于OpenCV开发的基于图论的快速图像分割方法,可以选择分割使用的彩色空间,可以设置参数。,effcient graph-based image segmentation on different color spaces programmed on OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2899698
    • 提供者:杨恒
  1. GrabCut

    0下载:
  2. 基于opencv的图像分割算法,改进了graph cut算法-image segmentation algorithm based on Opencv, improved from graph cut algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3877888
    • 提供者:天使
  1. MRF-benchmarks

    1下载:
  2. markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
  3. 所属分类:Special Effects

    • 发布日期:2015-11-09
    • 文件大小:34368512
    • 提供者:jhdai
  1. trackopenvcing

    0下载:
  2. 一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8095016
    • 提供者:快捷的
  1. main

    0下载:
  2. 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:929
    • 提供者:nip
  1. MFCkxlOpenCV

    0下载:
  2. 基于MFC使用OPENCV视觉处理类库编写的一个图像处理软件-Graph processing software based on MFC using OpenCV
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:7839727
    • 提供者:孔祥龙
  1. graph-basedsegmentation

    0下载:
  2. 这个代码是文章Efficient Graph-Based Image Segmentation的实现,结合了vs2008和opencv,该算法进行分割,速度很快,效果不错。-The source code is an implementation of the paper: Efficient Graph-Based Image Segmentation. VS2008 and Opencv are combined in the implementation process.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:9194
    • 提供者:高奎
  1. opencvsvd

    0下载:
  2. 关于openCV的一个使用实例用opencv做矩阵的SVD分解-opencv svd
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1568382
    • 提供者:张元元
  1. graph-based_segment

    0下载:
  2. 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:20194
    • 提供者:tan
  1. pyramid-segmentation-to-colour-graph

    0下载:
  2. 在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1110891
    • 提供者:wangqingcheng
  1. floodfill-algorithm-to-colour-graph

    0下载:
  2. 在opencv和vc6.0环境下实现了floodfill算法对彩色图像进行操作,效果良好-Opencv and vc6.0-environment floodfill algorithm to color images, to good effect
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1129876
    • 提供者:wangqingcheng
  1. Dijkstra

    0下载:
  2. 算法作业,迪杰斯特拉算法vs2008+opencv实现,任意构造有向图并计算图上任意两点最短路径及其长度-Arithmetic operations, Dijkstra algorithm using vs2008 and opencv , arbitrary construct a directed graph and calculate the shortest path between any two points on the map and its length
  3. 所属分类:Data structs

    • 发布日期:2017-06-08
    • 文件大小:15781778
    • 提供者:Cindy
  1. graph_cut_

    0下载:
  2. using opencv to do graph cut.instead a grab cut, this is a graph cut using opencv besed C++, it is easy to be used.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5167
    • 提供者:WanGong
  1. MyGrabCut

    2下载:
  2. GrabCut 迭代图割算法实现:其中只有部分k—means算法和maxflow算法调用opencv库,其程序可以随意更改,测试算法时间,做改进算法练习-GrabCut iterative graph cut algorithm: where only part of the k-means algorithm and maxflow algorithm calls opencv library, the program can change, time to test the algorith
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-03-07
    • 文件大小:20308827
    • 提供者:徐健
  1. Interactive-Image-Segmentation

    0下载:
  2. 交互式图像分割,是根据Yuri Boykov and Marie-Pierre Jolly的文章,用C++和OpenCV实现的-Automatic image segmentation is a hard problem and, is not flexible enough to be used for general segmentation. The objective of this project is to implement an interactive image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:837769
    • 提供者:xiaohai
  1. graphUtils

    1下载:
  2. OpenCV库根据提供的数组画数据图,使用这个库可以在屏幕上,或者图像上画曲线图。可以在测试一个算法时,非常方便的观察到数字数组。-Showing a simple graph of an array.This library is just a collection of functions that can be used to simply plot a graph of an array in its own window, or to overlay graphs into exi
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:Roy
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. OpenCV官方教程中文版(For Python)

    0下载:
  2. 图形识别,机器学习,数字识别,python学习(Graph recognition, machine learning, digit recognition, python learning)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-01
    • 文件大小:5928960
    • 提供者:卢大师
  1. 模板匹配

    0下载:
  2. 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:94208
    • 提供者:LeixianWang
« 12 »
搜珍网 www.dssz.com